func crypto/x509.parsePublicKey
4 uses
crypto/x509 (current package)
parser.go#L239: func parsePublicKey(algo PublicKeyAlgorithm, keyData *publicKeyInfo) (any, error) {
parser.go#L935: cert.PublicKey, err = parsePublicKey(cert.PublicKeyAlgorithm, &publicKeyInfo{
x509.go#L69: return parsePublicKey(algo, &pki)
x509.go#L2052: out.PublicKey, err = parsePublicKey(out.PublicKeyAlgorithm, &in.TBSCSR.PublicKey)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)